home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: Alpha
/
Whiteline Alpha.iso
/
progtool
/
modula2
/
pl0
/
recread.pl0
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-22
|
128 b
|
12 lines
procedure readch;
var i;
begin
read(i);
if i # 0 then call readch;
write(i)
end;
begin
call readch
end.əəəə